#topcontrol {

    color: #fff;

    z-index: 99;

    width: 30px;

    height: 30px;

    font-size: 20px;

    background: rgba(34,34,34,.7);

    position: relative;

    right: 14px !important;

    bottom: 11px !important;

    border-radius: 3px !important

}



#topcontrol:after {

    top: -2px;

    left: 8.5px;

    content: "\f106";

    position: absolute;

    text-align: center;

    font-family: FontAwesome

}



#topcontrol:hover {

    color: #fff;

    background: #72c02c;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out

}

ul {

  list-style: none;

}

img {

  border: 0;

  outline: none;

  max-width: 100%;

}



.owl-carousel img {

  width: 100%;

}



p {

  margin: 0;

}



input, select, textarea, input[type=submit], input[type=button] {

  outline: none;

  -webkit-tap-highlight-color: transparent;

}



input, select {

  -webkit-appearance: none;

}



input::-webkit-search-cancel-button {

  display: none;

}



ul {

  padding: 0;

  margin: 0;

}



body {

  color: #666;

  font-size: 14px;

  line-height: 1.42857143;

  overflow-x: hidden;

  font-family: "microsoft yahei";

}



.index-search {

  background-color: #f0f0f0;

  padding: 10px 0;

  min-height: 52px;	

}

.index-search .container {

  position: relative;

}

.index-search .hotwords {

  line-height: 32px;

  float: left;

}

@media (max-width: 767px) {

  .index-search .hotwords {

    line-height: 22px;

    margin-bottom: 5px;

  }

}

.index-search .hotwords span {

  color: #333;

  vertical-align: middle;

}

.index-search .hotwords li {

  float: left;

  padding-right: 10px;

  font-size: 12px;

}

.index-search .hotwords ul {

  overflow: hidden;

  width: 30000px;

  -webkit-transition: -webkit-transform .3s;

  transition: transform .3s;

}

.index-search .hotwords .hotwords-list {

  display: inline-block;

  vertical-align: middle;

  width: 960px;

  margin: 0 5px;

  overflow: hidden;

}

.index-search .hotwords .hotwords-list.touch {

  overflow: auto;

}

@media (max-width: 1199px) {

  .index-search .hotwords .hotwords-list {

    width: 760px;

  }

}

@media (max-width: 991px) {

  .index-search .hotwords .hotwords-list {

    width: 540px;

  }

}

.index-search .hotwords .hotwords-left, .index-search .hotwords .hotwords-right {

  vertical-align: middle;

  cursor: pointer;

}

@media (max-width: 767px) {

  .index-search .hotwords .hotwords-left, .index-search .hotwords .hotwords-right {

    display: none;

  }

}

@media (max-width: 767px) {

  .index-search .hotwords {

    float: none;

  }

  .index-search .hotwords .hotwords-list {

    display: block;

    vertical-align: middle;

    overflow: auto;

    margin: 0;

    width: 100%;

  }

}

.index-search .search-box {

  position: absolute;

  top: 1px;

  right: 15px;

}

.index-search .input-box {

  border: 1px solid #ddd;

  border-radius: 30px;

  display: table;

  width: 30px;

  background-color: #fff;

  -webkit-transition: width .3s;

  transition: width .3s;

}

.index-search .input-box > div {

  display: table-cell;

}

.index-search .input-box .search-btn {

  width: 30px;

}

.index-search .input-box button {

  border: 0;

  outline: none;

  background: none;

  height: 30px;

  width: 30px;

  text-align: center;

}

.index-search .input-box input {

  border: 0;

  outline: none;

  background: none;

  width: 100%;

}

.index-search .input-box.open {

  width: 200px;

}

.index-search .input-box.open .input {

  padding-left: 10px;

}

@media (max-width: 767px) {

  .index-search .search-box,

  .index-search .input-box.open {

    position: static;

    width: 100%;

  }

  .index-search .search-box .input-box {

    width: 100%;

  }

  .index-search .search-box .input {

    padding-left: 10px;

  }

}



.index-content .sec {

  padding: 50px 0;

  background: top center no-repeat;

  background-size: cover;

}

.index-content .sec:nth-child(even) {

  background-color: #f7f7f7;

}

.index-content .sec .title {

  margin-bottom: 30px;

  text-align: center;

}

.index-content .sec .title h1 {

  font-size: 24px;

  position: relative;

  margin: 0 0 10px;

  color: #333;

}

.index-content .sec .title h1:after {

  width: 40px;

  height: 1px;

  content: '';

  position: absolute;

  bottom: 0;

  left: 50%;

  margin-left: -20px;

}

.index-content .sec .title h2 {

  font-size: 18px;

  margin: 10px 0;

  color: inherit;

}

@media (max-width: 767px) {

  .index-content .sec {

    padding: 30px 0;

  }

  .index-content .sec .title {

    margin-bottom: 20px;

  }

  .index-content .sec .title h2 {

    line-height: 1;

  }

}

.index-content .sec.font-light {

  color: #fff;

}

.index-content .sec.font-light .title h1 {

  color: #fff;

}

.index-content .aboutus-43 .title {

  text-align: left;

  color: inherit;

  margin-bottom: 10px;

}

.index-content .aboutus-43 .title h1:after {

  left: 0;

  margin: 0;

}

.index-content .aboutus-43 .img-wrapper {

  border: 10px solid #fff;

  box-shadow: 2px 3px 20px #ccc;

  width: 100%;

  margin-bottom: 20px;

}

.index-content .aboutus-43 .more-btn {

  display: inline-block;

  padding: 5px 15px;

  border-radius: 1px;

  margin-top: 10px;

}

.index-content .products .product-nav {

  overflow: hidden;

  padding: 5px 0;

  border-bottom: 1px solid #ccc;

}

@media (max-width: 767px) {

  .index-content .products .product-nav {

    display: none;

  }

}

.index-content .products .product-nav ul {

  float: left;

  overflow: hidden;

}

.index-content .products .product-nav ul li {

  float: left;

  padding: 3px 15px;

  cursor: pointer;

}

.index-content .products .product-nav ul li:before {

  content: "";

  display: inline-block;

  height: 4px;

  width: 4px;

  border-radius: 50%;

  background-color: #666;

  display: inline-block;

  vertical-align: middle;

  margin-right: 2px;

}

.index-content .products .product-nav ul li.active {

  color: #fff;

}

.index-content .products .product-nav ul li.active:before {

  background-color: #fff;

}

.index-content .products .product-nav .more-btn {

  float: right;

  display: inline-block;

  padding: 2px 15px;

  border: 1px solid #666;

  color: #666;

  border-radius: 1px;

  -webkit-transition: all .3s;

  transition: all .3s;

}

.index-content .products .product-nav .more-btn:hover {

  background-color: rgba(0, 0, 0, 0.1);

}

.index-content .products .product-box {

  padding-top: 15px;

  display: none;

}

@media (max-width: 767px) {

  .index-content .products .product-box {

    padding-top: 0;

    display: block;

  }

}

.index-content .products .product-box [class*=col] {

  padding: 0;

}

.index-content .products .product-box.active {

  display: block;

}

.index-content .products .product-box .product-img {

  position: relative;

}

.index-content .products .product-box .product-img:before {

  content: '';

  display: block;

  padding-top: 62.5%;

}

.index-content .products .product-box .product-img .img-container {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  border: 15px solid transparent;

}

@media (max-width: 767px) {

  .index-content .products .product-box .product-img .img-container {

    border-top: 0;

  }

}

.index-content .products .product-box .product-img .img-container div {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: no-repeat center;

  background-size: cover;

  border: 4px solid #ccc;

}

.index-content .products .product-box .product-img .img-container a {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

}

.index-content .products .product-box .product-img p {

  position: absolute;

  bottom: 4px;

  left: 4px;

  right: 4px;

  background-color: rgba(0, 0, 0, 0.5);

  color: #fff;

  text-align: center;

  padding: 5px;

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

}

.index-content .products .hotline {

  text-align: center;

  margin-top: 30px;

}

@media (max-width: 767px) {

  .index-content .products .hotline {

    margin-top: 20px;

  }

}

.index-content .products .hotline a {

  display: inline-block;

  border-radius: 4px;

  border: 2px solid #999;

  color: #666;

  padding: 5px 20px;

  line-height: 16px;

}

.index-content .products .hotline a span {

  font-size: 18px;

}

.index-content .products.font-light .product-nav {

  border-bottom: 1px solid #fff;

}

.index-content .products.font-light .product-nav ul li:before {

  background-color: #fff;

}

.index-content .products.font-light .product-nav .more-btn {

  border: 1px solid #fff;

  color: #fff;

}

.index-content .products.font-light .product-nav .more-btn:hover {

  background-color: rgba(255, 255, 255, 0.1);

}

.index-content .products.font-light .hotline a {

  border: 2px solid #fff;

  color: #fff;

  font-size: 16px;

  line-height: 20px;

}

.index-content .products.font-light .product-box .img-container div {

  border: 4px solid #fff;

}

.index-content .product-advantage {

  text-align: center;

}

.index-content .product-advantage.font-light {

  color: #fff;

}

.index-content .product-advantage .img {

  border-radius: 50%;

  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);

  position: relative;

  overflow: hidden;

  max-width: 200px;

  margin: auto;

  z-index: 2;

}

.index-content .product-advantage .img div {

  background: no-repeat center;

  background-size: cover;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

}

.index-content .product-advantage .img:before {

	content: '';

	width: 100%;

	padding-top: 100%;

	display: block;

}

.index-content .product-advantage .item {

  padding-left: 15px;

  padding-right: 15px;

  float: left;

  margin: 15px 0;

}

.index-content .product-advantage .col-1 .img {

  width: 300px;

}

.index-content .product-advantage .col-1 .item,

.index-content .product-advantage .col-2 .item {

  display: inline-block;

  float: none;

  vertical-align: top;

}

.index-content .product-advantage .col-2 .img {

  width: 200px;

}

@media (max-width: 480px) {

  .index-content .product-advantage .col-2 .img {

    width: 100%;

  }

}

.index-content .product-advantage .item h1 {

  font-size: 18px;

  margin: 5px 0 0;

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

}

.index-content .product-advantage .col-3 .item {

  width: 33.33333%;

}

.index-content .product-advantage .col-4 .item, .index-content .product-advantage .col-8 .item {

  width: 25%;

}

.index-content .product-advantage .col-5 .item {

  width: 20%;

}

.index-content .product-advantage .col-6 .item {

  width: 16.66666%;

}

@media (max-width: 991px) {

  .index-content .product-advantage .col-6 .item {

    width: 33.33333%;

  }

}

@media (max-width: 767px) {

  .index-content .product-advantage [class*=col-] .item {

    width: 50%;

  }

  .index-content .product-advantage .col-1 .item {

    width: 100%;

  }

}

.index-content .choose-reason [class*=col-] {

  margin: 15px 0;

}

.index-content .choose-reason h1 {

  font-size: 28px;

  line-height: 1.3;

  color: inherit;

}

.index-content .choose-reason h1 span {

    font-size: 32px;

    font-family: "impact";

    display: inline-block;

    vertical-align: text-top;

    margin-right: 10px;		

}

.index-content .choose-reason img {

  border: 4px solid #ccc;

  width: 100%;

}

.index-content .choose-reason p {

  line-height: 1.6;

}

@media (max-width: 767px) {

  .index-content .choose-reason p {

    text-overflow: ellipsis;

    overflow : hidden;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

  }

}

.index-content .choose-reason .contact-btn {

  display: inline-block;

  padding: 4px 15px;

  border: 1px solid #ccc;

  color: #666;

  border-radius: 1px;

  margin-top: 20px;

  -webkit-transition: all .3s;

  transition: all .3s;

}

.index-content .choose-reason .contact-btn:hover {

  background-color: rgba(0, 0, 0, 0.1);

}

.index-content .choose-reason.font-light .contact-btn {

  border: 1px solid #fff;

  color: #fff;

}

.index-content .choose-reason.font-light .contact-btn:hover {

  background-color: rgba(255, 255, 255, 0.1);

}

.index-content .choose-reason.font-light img {

  border: 4px solid #fff;

}

.index-content .teams [class*=col-] {

  margin-bottom: 15px;

}

.index-content .teams .img {

  position: relative;

  margin-bottom: 10px;

}

.index-content .teams .img p {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  text-align: center;

  background-color: rgba(0, 0, 0, 0.5);

  color: #fff;

  padding: 5px;

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

}

.index-content .teams img {

  width: 100%;

}

.index-content .teams p {

  color: #666;

}

.index-content .teams.font-light p {

  color: #fff;

}

.index-content .ad {

  padding: 0;

  position: relative;

}

.index-content .ad img {

  width: 100%;

}

.index-content .ad .ad-info {

  position: absolute;

  width: 100%;

  left: 0;

  z-index: 10;

  font-size: 28px;

  font-weight: 700;

}

.index-content .ad .ad-info.ad-text-lg {

  font-size: 34px;

}

@media (max-width: 991px) {

  .index-content .ad .ad-info.ad-text-lg {

    font-size: 24px;

  }

}

.index-content .ad .ad-info.ad-text-sm {

  font-size: 24px;

}

@media (max-width: 991px) {

  .index-content .ad .ad-info.ad-text-sm {

    font-size: 18px;

  }

}

@media (max-width: 767px) {

  .index-content .ad .ad-info.ad-text-lg,

  .index-content .ad .ad-info.ad-text-md,

  .index-content .ad .ad-info.ad-text-sm {

    font-size: 16px;

  }

}

@media (max-width: 400px) {

  .index-content .ad .ad-info.ad-text-lg,

  .index-content .ad .ad-info.ad-text-md,

  .index-content .ad .ad-info.ad-text-sm {

    font-size: 14px;

  }

}

.index-content .ad .ad-info.align-top {

  top: 15px;

}

.index-content .ad .ad-info.align-bottom {

  bottom: 15px;

}

.index-content .ad .ad-info.align-middle {

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}

.index-content .cases img {

  width: 100%;

}

.index-content .cases .case1 h1 {

  color: #333;

  border-left-width: 2px;

  border-left-style: solid;

  line-height: 1;

  font-size: 18px;

  padding-left: 5px;

  margin-bottom: 15px;

}

.index-content .cases .case1 h1 a {

  display: block;

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

}

.index-content .cases .case1 div {

  border-width: 2px;

  border-top-style: solid;

  padding-top: 10px;

}

.index-content .cases .case2 {

  margin-top: 30px;

}

@media (max-width: 767px) {

  .index-content .cases .case2 {

    margin-top: 15px;

  }

}

.index-content .cases .case2 .img {

  position: relative;

  margin-bottom: 10px;

}

.index-content .cases .case2 .img p {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  padding: 5px;

  text-align: center;

  background-color: rgba(0, 0, 0, 0.5);

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

  color: #fff;

}

.index-content .cases .case2 a {

  color: #666;

}

.index-content .cases.font-light .case1 h1, .index-content .cases.font-light a {

  color: #fff;

}

.index-content .news img {

  width: 100%;

}

.index-content .news .news-nav {

  background-color: #fff;

  margin-bottom: 30px;

}

@media (max-width: 767px) {

  .index-content .news .news-nav {

    display: none;

  }

}

.index-content .news .news-nav ul {

  overflow: hidden;

}

.index-content .news .news-nav li {

  float: left;

  padding: 6px 30px;

  border-right: 1px solid #fff;

  background-color: #dbdbdb;

  cursor: pointer;

}

.index-content .news .news-nav li.active {

  color: #fff;

}

.index-content .news .news-box {

  display: none;

}

@media (max-width: 767px) {

  .index-content .news .news-box {

    display: block;

    margin-bottom: 30px;

  }

}

.index-content .news .news-box .news1 {

  margin-bottom: 10px;

}

.index-content .news .news-box.active {

  display: block;

}

.index-content .news .news-box h1 {

  font-size: 18px;

  border-bottom: 1px solid #ccc;

  padding: 10px 0;

  margin: 0 0 10px;

  line-height: 1;

}

.index-content .news .news-box a {

  line-height: 1;

  border-left-width: 2px;

  border-left-style: solid;

  padding-left: 5px;

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

  display: block;

  -webkit-transition: all .1s;

  transition: all .1s;

}

.index-content .news .news-box a.more {

  display: inline-block;

  border: 0;

}

.index-content .news .news-box li {

  border-bottom: 1px solid #ccc;

  overflow: hidden;

  padding: 10px 0;

}

.index-content .news .news-box li time {

  float: right;

  line-height: 1;

}

.index-content .aboutus-6 .partner-box {

  position: relative;

  margin: 30px 0;

}

.index-content .aboutus-6 .partner-box .icon-prev, .index-content .aboutus-6 .partner-box .icon-next {

  position: absolute;

  top: 50%;

  margin-top: -20px;

}

.index-content .aboutus-6 .partner-box .icon-prev i, .index-content .aboutus-6 .partner-box .icon-next i {

  font-size: 40px;

}

.index-content .aboutus-6 .partner-box .icon-prev {

  left: -20px;

}

.index-content .aboutus-6 .partner-box .icon-next {

  right: -20px;

}

.index-content .recruits .item {

  border: 1px solid #ccc;

  margin-bottom: 30px;

}

@media (max-width: 767px) {

  .index-content .recruits .item {

    margin-bottom: 15px;

  }

}

.index-content .recruits .item h1 {

  padding: 10px;

  text-align: center;

  font-size: 16px;

  border-bottom: 1px solid #ccc;

  margin: 0;

}

.index-content .recruits .item h1 a {

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

  display: block;

}

.index-content .recruits .info {

  padding: 10px;

}

@media (min-width: 768px) {

  .index-content .recruits .info>p {

    min-height: 160px;

  }

}

@media (min-width: 992px) {

  .index-content .recruits .info>p {

    min-height: 120px;

  }

}

@media (min-width: 1200px) {

  .index-content .recruits .info>p {

    min-height: 100px;

  }

}

.index-content .recruits .more {

  text-align: right;

  margin-top: 10px;

}

.index-content .recruits .more a {

  display: inline-block;

  padding: 5px 15px;

}

.index-content .recruits .ellipsis {

  height: 6em;

}

@media (max-width: 991px) {

  .index-content .recruits .ellipsis {

    height: 9em;

  }

}

@media (max-width: 767px) {

  .index-content .recruits .ellipsis {

    height: auto;

  }

}

.index-content .services .item {

  position: relative;

  margin-bottom: 30px;

}

@media (max-width: 767px) {

  .index-content .services .item {

    margin-bottom: 15px;

  }

}

.index-content .services .item img {

  width: 100%;

}

.index-content .services .item a {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

}

.index-content .services .item .info {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.6);

  color: #fff;

  text-align: center;

  opacity: 0;

  -webkit-transition: opacity .3s;

  transition: opacity .3s;

}

.index-content .services .item .info h1 {

  font-size: 18px;

  margin: 0;

  color: #fff;

}

.index-content .services .item .info > div {

  display: table;

  width: 100%;

  height: 100%;

}

.index-content .services .item .info > div > div {

  display: table-cell;

  vertical-align: middle;

  padding: 10px;

}

.index-content .services .item:hover .info {

  opacity: 1;

}

.index-content .videos .item {

  text-align: center;

  margin-bottom: 15px;

}

.index-content .videos .item>div {

  position: relative;

  margin-bottom: 10px;

  border: 2px solid #ccc;

}

.index-content .videos .item div i {

  position: absolute;

  font-size: 40px;

  left: 50%;

  top: 50%;

  margin: -20px 0 0 -20px;

}

.index-content .videos .item div a {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

}

.index-content .videos .item div .zoom {

  overflow: hidden;

}

.index-content .videos .item div img {

  width: 100%;

  -webkit-transition: all .3s;

  transition: all .3s;

  -webkit-transform: scale(1);

  transform: scale(1);

}

.index-content .videos .item div:hover img {

  -webkit-transform: scale(1.1);

  transform: scale(1.1);

}

.index-content .videos.font-light .item>div {

  border: 2px solid #fff;

}

.index-content .videos .item p a {

  display: block;

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

}